Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Citus #426

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Add support for Citus #426

wants to merge 3 commits into from

Conversation

dlax
Copy link
Member

@dlax dlax commented Aug 27, 2024

  • add a --citus command-line option
  • all queries normally using pg_stat_activity view go to citus_stat_activity
  • the headers (instance/system/workers) is disabled based on Citus support #424 (comment)

We make all queries using pg_stat_activity view templated so that they
can use citus_stat_activity view when the --citus option is passed.
@dlax dlax mentioned this pull request Aug 27, 2024
Information shown in instance, system (and probably workers) sections of
the header are apparently not meaningful for Citus. We thus disable the
header globally through a new DisabledUIHeader class, which also
displays a message to the user when they try to enable the header.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant